@import url("/global.css");
/* CompiledCSS */
h1 {
		line-height : 160%;
}
td {
		line-height : 160%;
}
a.l {
		text-decoration : underline;
}
a:hover {
		text-decoration : underline;
}
a {
		text-decoration : underline;
}
a.l:hover {
		text-decoration : underline;
}
div {
		line-height : 160%;
}
.unleaded{
	padding:4px 15px 0 15px;
	margin:0 0 0 0;
	font-size: 16px;
	font-weight: bold;
}


/* Start StyleCSS */
/*
282828 > 195f6b
ffb23d > cb9400
*/
html,
body {
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	-ms-overflow-style: scrollbar;
	background: #748fa2;
	color: #000000;
}
.modal-backdrop,
body.blurFix #CP_StyleOverlay {
	background: rgba(0, 0, 0, .7);
}
#CP_StyleContainer {
	position: relative;
}
#CP_StyleContainer.contained {
    max-width:1600px;
    margin:0 auto;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .4);
            box-shadow: 0 0 30px rgba(0, 0, 0, .4);
}
#CP_StyleContainer.home #CP_Content {
	overflow:hidden;
}
a {
	color: #cb9400;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #cb9400;
    text-decoration: none;
}
.color-1 {
	color: #195f6b !important;
	border-color: #195f6b !important;
}
.bg-color-1 {
	background-color: #195f6b !important;
	border-color: #195f6b !important;
	color: #fff !important;
}
.color-2 {
	color: #cb9400 !important;
	border-color: #cb9400 !important;
}
.bg-color-2 {
	background-color: #cb9400 !important;
	border-color: #cb9400 !important;
	color: #fff !important;
}
.color-3 {
	color: #f0f2f3 !important;
	border-color: #f0f2f3 !important;
}
.bg-color-3 {
	background-color: #f0f2f3 !important;
	border-color: #f0f2f3 !important;
}
.white {
	color: #fff !important;
}
.bg-white {
	background-color: #fff !important;
	border-color: #fff !important;
}
.black {
	color: #000 !important;
}
.bg-black {
	background-color: #195f6b !important;
	border-color: #195f6b !important;
	color: #fff !important;
}
.bg-light {
    background-color: #dee8e8 !important;
    border-color: #dee8e8 !important;
}
h1,
.h1,
h2,
.h2 {
	line-height: 120%;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
}
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 160%;
    font-family: 'Open Sans', sans-serif;
}
.serif {
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
}
small {
    color: inherit !important;
}
h1,
.h1 {
	font-size: 48px;
	font-weight: 400;
}
h2,
.h2 {
	font-size: 38px;
	font-weight: 300;
}
#CP_Hero .row,
#CP_Hero .container, 
#CP_Hero .container-fluid {
	position:relative;
}
#CP_Hero .row {
	z-index:2;
}

#CP_Hero small {
    font-size:40%;
    display: block;
}

#CP_Tagline {
	height:100%;
}
.home #CP_Hero .h1 {
	font-size: 70px;
	line-height: 100%;
	margin-top: 30%;
}
.internal #CP_Hero .h1 {
    font-size:50px;
	margin-top: 30%;
}
#CP_Links .row {
	position: relative;
	z-index: 1;
}
#CP_Links a {
	color:#fff;
	text-decoration: none;
	padding:25px 0;
	display: block;
	position: relative;
}
#CP_Links a:after {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index: -1;
}
#CP_Links a:nth-child(2):after {
	background:rgba(0, 0, 0, .1)
}
#CP_Links a:nth-child(3):after {
	background:rgba(0, 0, 0, .2)
}
#CP_Links a:nth-child(4):after {
	background:rgba(0, 0, 0, .3)
}
#CP_Links a:nth-child(5):after {
	background:rgba(0, 0, 0, .4)
}
#CP_Links a:nth-child(6):after {
	background:rgba(0, 0, 0, .5)
}
#CP_Links a:hover:after {
	background: #cb9400;
}
.icons .media, 
.icons .media-body {
	overflow: visible;
}
.icons .icon .fa {
	background:#195f6b;
	color:#fff;
    display: block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 42px;
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.3);
            box-shadow: 0 10px 15px rgba(0,0,0,.3);
}
.home #CP_Content a,
.icons a {
	white-space: nowrap;
}
.icons .media {
	position: relative;
	padding: 30px;
}
.icons .media>a {
	display:block;
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}
.icons .media:hover .icon .fa {
	background:#cb9400;
}

.icons .media-left {
	padding-right: 20px;
}
#CP_Sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.thin {
	font-weight: 200;
}
.normal {
	font-weight: 400;
}
.thick {
	font-weight: 900;
}
.strong {
	font-weight: 700;
}
.text-shadow {
    text-shadow: 0 0 5px rgba(0, 0, 0, .75);
}
.box-shadow {
    -webkit-box-shadow: 0 20px 30px rgba(0,0,0,.4);
            box-shadow: 0 20px 30px rgba(0,0,0,.4);
}
.btn {
	position: relative;
	text-decoration: none;
	outline: 0;
	padding: 5px 18px;
    border: 2px solid transparent;
    border-radius:0 !important;
    text-transform: uppercase;
}
.form-control,
.input-lg,
.input-group-lg {
    border-radius:0 !important;
}
.btn:focus,
.btn:hover:focus {
	outline: 0;
}
.btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-primary,
.btn-primary:focus,
.btn-primary:active {
	color: #fff;
	outline: 0;
}
.btn-primary:hover,
.btn-primary:active:hover {
	color: #fff;
}
.btn-lg,
.btn-group-lg>.btn {
	padding: 9px 16px;
	border-radius: 4px;
}
.btn-default,
.btn-default:focus,
.btn-default:active {
	color: #fff;
    border-color: #cb9400;
    background: #cb9400;
}
.btn-default:hover,
.btn-default:active:hover {
    color:#fff;
    background:#000;
    border-color:#000;
}
.btn-primary,
.btn-primary:focus,
.btn-primary:active {
	background: #195f6b;
	border-color: #195f6b;
}
.btn-primary:hover,
.btn-primary:active:hover {
	background: #000;
	border-color: #000;
}
.round .form-control,
.round .btn {
    border-radius: 5px !important;
}
.round #scrollContact,
.round #scrollToTop,
.round .icons .icon .fa {
    border-radius: 50px !important;
}
.round .modal-content,
.round #CP_Hero .box {
    border-radius: 5px !important;
}
#scrollContact,
#scrollToTop {
	text-decoration: none;
    cursor: pointer;
    position: fixed;
	bottom:15px;
    right:15px;
    width:50px;
    height:50px;
	border-radius: 0;
	line-height: 50px;
	font-size:24px;
	text-align: center;
	z-index: 100;
	opacity: .6;
}
#scrollContact {
	bottom:80px;
}
#scrollContact:hover,
#scrollContact:active,
#scrollContact:focus,
#scrollToTop:hover, 
#scrollToTop:active, 
#scrollToTop:focus {
	opacity: 1;
	text-decoration: none;
}
.btn,
#scrollContact,
#scrollToTop,
#CP_Links a:after,
.icons .media .icon .fa {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/* Margins */

.margin-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.margin-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.margin-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.margin-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.margin-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}
.margin-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}
.margin-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}
.margin-120 {
	margin-top: 120px !important;
	margin-bottom: 120px !important;
}
.margin-top-0 {
	margin-top: 0px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-top-40 {
	margin-top: 40px !important;
}
.margin-top-50 {
	margin-top: 50px !important;
}
.margin-top-60 {
	margin-top: 60px !important;
}
.margin-top-120 {
	margin-top: 120px !important;
}
.margin-top--60 {
	margin-top: -60px !important;
}
.margin-top--120 {
	margin-top: -120px !important;
}
.margin-bottom-0 {
	margin-bottom: 0px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
.margin-bottom-120 {
	margin-bottom: 120px !important;
}
.margin-bottom--60 {
	margin-bottom: -60px !important;
}
.margin-bottom--120 {
	margin-bottom: -120px !important;
}

/* Header */

#CP_SkipNav {
	opacity: 0;
	left: 50%;
	top: -34px;
	min-width: 220px;
	margin-left: -110px;
	position: absolute;
	z-index: 100;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}
#CP_SkipNav:focus {
	opacity: 1;
	position: absolute;
	top: 0;
}
#CP_Header .container,
#CP_Header .container-fluid {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: justify;
	    align-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#CP_Header {
    background:#fff;
    width: 100%;
    padding:20px 0;
    z-index: 1001;
}
#CP_Header.absolute {
	background: rgba(255,255,255,.9);
	position: absolute;
	top: 0;
}
#CP_Buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	-webkit-box-flex: 1;
	    -ms-flex: auto;
	        flex: auto;
}
#CP_Buttons a {
    margin: 0 10px 0 0;
    text-transform: uppercase;
}
#CP_Buttons a:not(.btn) {
	text-decoration:none;
	color: #000;
}
#logo {
	text-decoration: none;
	display: block;
	z-index: 1;
	-webkit-box-flex: 1;
	    -ms-flex: auto;
	        flex: auto;
	padding: 0;
	margin-left: 10px;
	color:#000;
}
#logo h2 {
	margin: 15px 0;
	padding: 0;
	line-height: 30px;
	font-size:28px;
	display: inline-block;
	font-weight: 400;
}
#logo img {
    max-width:350px;
	max-height: 80px;
}
.internal #CP_Hero {
    min-height: 400px;
    height: 40vh;
    background-position: 50% 45%;
}
#CP_Hero {
	position: relative;
	overflow: hidden;
	height: calc(60vh - 79px);
	min-height: 450px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	background-position: 30% 40%;
	background-repeat: no-repeat;
}
.contained #CP_Hero {
	max-height: 800px;
}
#CP_Breadcrumbs {
	padding: 25px 0;
    margin: 0;
    position: relative;
}
#CP_Breadcrumbs .overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:
    -webkit-gradient(
      linear, 
      left top, right top, 
      from(rgba(0,0,0,0)),
      color-stop(33.333333%, rgba(0,0,0,.0)),
	  color-stop(33.333333%, rgba(0,0,0,.1)),
	  color-stop(66.666666%, rgba(0,0,0,.1)),
	  color-stop(66.666666%, rgba(0,0,0,.2)),
	  to(rgba(0,0,0,.2))
    );
	background-image:
    -o-linear-gradient(
      left, 
      rgba(0,0,0,0),
      rgba(0,0,0,.0) 33.333333%,
	  rgba(0,0,0,.1) 33.333333%,
	  rgba(0,0,0,.1) 66.666666%,
	  rgba(0,0,0,.2) 66.666666%,
	  rgba(0,0,0,.2) 100%
    );
	background-image:
    linear-gradient(
      to right, 
      rgba(0,0,0,0),
      rgba(0,0,0,.0) 33.333333%,
	  rgba(0,0,0,.1) 33.333333%,
	  rgba(0,0,0,.1) 66.666666%,
	  rgba(0,0,0,.2) 66.666666%,
	  rgba(0,0,0,.2) 100%
    );
}
#CP_Breadcrumbs .container,
#CP_Breadcrumbs .container-fluid {
	position: relative;
}
#CP_Breadcrumbs a {
	text-decoration: none;
	display: inline-block;
    line-height: 25px;
    color: #fff;
}
#CP_Breadcrumbs a:hover {
	color: #fff;
}
#CP_Hero #title {
	margin: 30px 0;
	padding: 0;
}
#CP_Hero .box {
    background: rgba(0,0,0,.5);
	color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 20px 30px rgba(0,0,0,.4);
            box-shadow: 0 20px 30px rgba(0,0,0,.4);
    display:inline-block;
	height:100%;
}
#CP_Subscribe form {
    margin-top:7px;
    margin-bottom:7px;
}

/* Modal */

body.modal-open {
	padding-right:0 !important;
}
body.modal-open #CP_StyleContainer {
	overflow: hidden;
}
.modal-content .modal-title {
    color: #000 !important;
}
.modal-content .close {
    color: #000 !important;
    opacity: 1 !important;
    text-shadow: none !important;
}
.modal-backdrop.in {
	opacity: 1;
}
.modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
    background: rgba(255,255,255,.95);
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 20px 30px rgba(0,0,0,.4);
            box-shadow: 0 20px 30px rgba(0,0,0,.4);
}
.modal-header {
	border-bottom:0;
	padding-bottom: 0;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
#social {
	text-align: right;
}
#social a {
	text-decoration: none;
	padding: 0 5px;
	font-size: 20px;
	line-height: 25px;
}
footer {
	color: #fff;
}
footer a,
footer a:focus {
    color: #fff;
    text-decoration: none;
}
footer hr {
	border-top: 1px solid rgba(255, 255, 255, 0.1)
}

/* SmartMenu */

#Nav {
	border-radius: 0;
	z-index: 1005;
}
#Nav ul.nav.navbar-nav {
	display: none;
}
#siteManager,
img[src$="edithtml.gif"] {
	z-index: 1002 !important;
}
#MenuToggle {
	padding: 15px 10px;
	padding-right: 50px;
	line-height: 20px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	display: none;
}
#MenuToggle .fa-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
#CP_StyleOverlay {
	display: none;
}
body.blurFix #CP_StyleOverlay {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1002;
	cursor: pointer;
}
body.blurFix {
	overflow: hidden;
}
#CP_SmartMenu {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	z-index: 9999;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#CP_SmartMenu,
#CP_SmartMenu ul,
#CP_SmartMenu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	direction: ltr;
	text-align: left;
}
#CP_SmartMenu ul {
	display: none;
	background: rgba(0, 0, 0, 0.05);
}
#CP_SmartMenu li,
#CP_SmartMenu a {
	position: relative;
}
#CP_SmartMenu a {
	display: block;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#CP_SmartMenu::after {
	content: "";
	display: block;
	height: 0;
	font: 0px/0 serif;
	clear: both;
	overflow: hidden;
}
#CP_SmartMenu *,
#CP_SmartMenu *::before,
#CP_SmartMenu *::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}
#CP_SmartMenu a,
#CP_SmartMenu a:hover,
#CP_SmartMenu a:focus,
#CP_SmartMenu a:active {
	padding: 15px 10px;
	color: #000;
	line-height: 20px;
	text-decoration: none;
}
#CP_SmartMenu a:hover {
	background: rgba(0, 0, 0, 0.025);
}
#CP_SmartMenu a .sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: auto;
	right: 10px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 24px;
	text-align: center;
	text-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, .8);
	border-radius: 20px;
}
#CP_SmartMenu a .sub-arrow:hover {
	background: #fff;
}
#CP_SmartMenu a .sub-arrow::before,
#CP_SmartMenu a .sub-arrow::after {
	content: ' ';
    right: 50%;
    top: 50%;
    text-align: center;
    line-height: 50px;
	display: block;
    position: absolute;
    background: #cb9400;
}
#CP_SmartMenu a .sub-arrow::before {
	margin-right: -5px;
	margin-top: -1px;
	width: 10px;
	height: 2px;
}
#CP_SmartMenu a .sub-arrow::after {
	margin-right: -1px;
	margin-top: -5px;
	width: 2px;
	height: 10px;
}
#CP_SmartMenu a.highlighted .sub-arrow::after {
	display: none;
}
#CP_SmartMenu li {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#CP_SmartMenu>li:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#CP_SmartMenu ul a,
#CP_SmartMenu ul a:hover,
#CP_SmartMenu ul a:focus,
#CP_SmartMenu ul a:active {
	font-weight: normal;
	border-left: 8px solid transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color:#000000;
}
#CP_SmartMenu ul ul a,
#CP_SmartMenu ul ul a:hover,
#CP_SmartMenu ul ul a:focus,
#CP_SmartMenu ul ul a:active {
	border-left: 16px solid transparent;
}
#CP_SmartMenu ul ul ul a,
#CP_SmartMenu ul ul ul a:hover,
#CP_SmartMenu ul ul ul a:focus,
#CP_SmartMenu ul ul ul a:active {
	border-left: 24px solid transparent;
}
#CP_SmartMenu ul ul ul ul a,
#CP_SmartMenu ul ul ul ul a:hover,
#CP_SmartMenu ul ul ul ul a:focus,
#CP_SmartMenu ul ul ul ul a:active {
	border-left: 32px solid transparent;
}
#CP_SmartMenu ul ul ul ul ul a,
#CP_SmartMenu ul ul ul ul ul a:hover,
#CP_SmartMenu ul ul ul ul ul a:focus,
#CP_SmartMenu ul ul ul ul ul a:active {
	border-left: 40px solid transparent;
}

/* Switch to desktop layout */

@media (min-width: 1440px) {
	#CP_SmartMenu a,
	#CP_SmartMenu a:hover,
	#CP_SmartMenu a:focus,
	#CP_SmartMenu a:active {
		padding: 10px 15px;
	}
	#CP_SmartMenu a:hover {
		background: transparent;
	}
	#CP_SmartMenu ul {
		position: absolute;
		width: 12em;
		background: #fff;
		-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
		        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
	}
	#CP_SmartMenu li {
		float: left;
	}
	#CP_SmartMenu>li:last-child {
		border-bottom: 0;
	}
	#CP_SmartMenu ul li {
		float: none;
	}
	#CP_SmartMenu a {
		white-space: nowrap;
	}
	#CP_SmartMenu ul a {
		white-space: normal;
	}
	#CP_SmartMenu .sm-nowrap>li>a,
	#CP_SmartMenu .sm-nowrap>li> :not(ul) a {
		white-space: nowrap;
	}
	#CP_SmartMenu a.has-submenu,
	#CP_SmartMenu a.has-submenu.current {
		padding-right: 25px;
	}
	#CP_SmartMenu ul a:hover,
	#CP_SmartMenu ul a:focus,
	#CP_SmartMenu ul a:active,
	#CP_SmartMenu ul a.highlighted {
		color: #fff;
		background: #cb9400;
	}
	#CP_SmartMenu ul a:hover .sub-arrow,
	#CP_SmartMenu ul a:focus .sub-arrow,
	#CP_SmartMenu ul a:active .sub-arrow,
	#CP_SmartMenu ul a.highlighted .sub-arrow {
		border-left: 4px solid #fff;
	}
	#CP_SmartMenu a.disabled {
		background: #fff;
		color: #cccccc;
	}
	#CP_SmartMenu a .sub-arrow {
		top: 50%;
		margin-top: -3px;
		right: 8px;
		width: 0;
		height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 0;
		border-top:0;
		background: transparent;
        border-radius: 0;
        border-top: 8px solid #000;
	}
	#CP_SmartMenu a .sub-arrow:hover {
		background: transparent;
	}
	#CP_SmartMenu ul a .sub-arrow {
		margin-top: -5px;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-right: 0;
		right: 10px;
        display: block;
        border-left: 4px solid #000;
	}
	#CP_SmartMenu>li {
		border-top: 0;
	}
	#CP_SmartMenu>li:first-child {
		border-left: 0;
	}
	#CP_SmartMenu ul a {
		border: 0 !important;
	}
	#CP_SmartMenu ul a.has-submenu {
		padding-right: 25px;
	}
	#CP_SmartMenu ul>li {
		border-left: 0;
		border-top: 0;
	}
	#CP_SmartMenu ul>li:first-child {
		border-top: 0;
	}
	#CP_SmartMenu ul>li {
		border-top: 1px solid rgba(0, 0, 0, .05);
	}
	#CP_SmartMenu .scroll-up,
	#CP_SmartMenu .scroll-down {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: #fff;
		height: 20px;
	}
	#CP_SmartMenu .scroll-up-arrow,
	#CP_SmartMenu .scroll-down-arrow {
		position: absolute;
		top: -2px;
		left: 50%;
		margin-left: -8px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 8px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #fff transparent;
	}
	#CP_SmartMenu .scroll-down-arrow {
		top: 6px;
        border-style: solid dashed dashed dashed;
        border-color: #fff transparent transparent transparent;
	}
	.dark #CP_SmartMenu a, 
	.dark #CP_SmartMenu a:hover, 
	.dark #CP_SmartMenu a:focus, 
	.dark #CP_SmartMenu a:active {
		color:#fff !important;
	}
	.dark #CP_SmartMenu ul {
		background:#195f6b !important;
	}
	.dark #CP_SmartMenu a .sub-arrow {
		border-top: 8px solid #fff;
	}
	.dark #CP_SmartMenu ul a .sub-arrow {
		border-top: 4px solid transparent;
		border-left: 4px solid #fff;
	}
	.dark #CP_SmartMenu ul>li {
		border-top: 1px solid rgba(255, 255, 255, .05);
	}
	#Toggle {
        display:none;
    }
}

@media (max-width: 1439px) {
	#Toggle {
        display:block;
    }
	#CP_SmartMenu a,
	#CP_SmartMenu a:hover,
	#CP_SmartMenu a:focus,
	#CP_SmartMenu a:active,
	#CP_SmartMenu a:hover {
		color: #000;
	}
	#MenuToggle {
		display: block;
	}
	#Nav {
		display: none;
		width: 400px;
		position: fixed;
		left: 50%;
		top: 50%;
		background-color: #fff;
		z-index: 1052;
		overflow: auto;
		-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .6);
		        box-shadow: 0px 0px 5px rgba(0, 0, 0, .6);
		display: none;
		margin: 0;
		max-height: 100%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
}

@media (max-width: 991px) {
	#CP_Sticky {
		position: relative;
		top: initial;
		float:none !important;
	}
	.internal #CP_Hero {
		min-height: 300px;
	}
    #CP_Header {
        padding-top:0;
    }
    .dark #CP_Header {
        background:#195f6b !important;
    }
	#CP_Hero {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		    -ms-flex-direction:column;
		        flex-direction:column;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		min-height: 400px;
	}
    #CP_Tagline {
        width:100%;
    }
    #CP_Hero .box {
        padding: 15px;
        margin-bottom: 30px;
    }
	#CP_Header.absolute {
		position: relative;
		background: #fff;
	}
	.home #CP_Hero .h1 {
		font-size:50px;
		margin-top: 40%;
    }
    .internal #CP_Hero .h1 {
        font-size:40px;
margin-top: 40%;
    }
	#CP_Buttons {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		top:auto;
		width:100%;
		-webkit-transform:translateY(0);
		    -ms-transform:translateY(0);
		        transform:translateY(0);
		position: relative;
		margin-bottom: 20px;
		right: auto;
		text-align: center;
		z-index: 1;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        border-bottom:1px solid rgba(0,0,0,.05);
	}
	#CP_Buttons a {
		-webkit-box-flex:1;
		    -ms-flex:1;
		        flex:1;
		text-decoration: none;
		background:transparent !important;
		border-color:transparent !important;
		font-size: 16px;
		font-weight:300;
		margin: 10px 0;
		color: #000 !important;
		padding: 0;
        border: 0;
        line-height: inherit;
	}
	h1,
	.h1 {
		font-size: 34px;
    }
    h2,
	.h2 {
		font-size: 30px;
	}
	.lead {
		font-size: 18px;
	}
	#logo {
		position:relative;
		-webkit-transform:translateY(0);
		    -ms-transform:translateY(0);
		        transform:translateY(0);
		text-align: center;
		float: none;
		-webkit-box-flex: 100%;
		    -ms-flex: 100%;
		        flex: 100%;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		margin: 0;
		padding: 0;
		max-width: 300px;
	}
	#logo img {
		max-width: 100%;
	}
	#CP_Breadcrumbs {
		text-align: center;
	}
	footer #social,
	footer {
		text-align: center;
	}
	.dark #CP_Buttons a {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		text-decoration: none;
		background: transparent !important;
		border-color: transparent !important;
		font-size: 16px;
		font-weight: 300;
		margin: 10px 0;
		color: #fff !important;
	}
	.dark #CP_Buttons {
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
}

@media (max-width: 550px) {
	.icons .icon {
		display:none;
	}
	#Nav {
		width: 90%;
    }
    #CP_Buttons a {
        margin:5px 0;
    }
	#CP_Buttons a span {
		display: block;
        font-size: 13px;
        white-space: nowrap;
        line-height: 14px;
	}
	#CP_Buttons a .fa {
		font-size: 24px;
	}

	#CP_Tagline {
		text-align: center;
	}
}

/* Global */

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
#content {
	min-height: 400px;
}
#content table {
	width: 100%;
}
#ServicesHub .shadows,
#ListSub .thumbborder.thumbpad,
#ListSub table td[width="2%"],
#Guides td[width="55"],
#Guides>br {
	display: none;
}
#ServicesHub table td:first-child {
	display: none;
}
#ListSub table td {
	width: 100%;
	display: block;
	padding-bottom: 10px !important;
}
.hubsection {
	height: 80px;
	padding: 30px 0pt 20px;
	border-bottom: 1px solid #888888;
}
.thumbborder {
	background: #fff;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	border: 1px solid #999;
	padding: 5px;
}
img[src$="triangle-yellow.gif"],
img[src$="triangle-orange.gif"],
img[src$="icon-calculators.png"],
img[src$="icon-faq.png"],
img[src$="icon-fg.png"] {
	display:none;
}
#modalContactComments,
#modalContactSubmit,
#sidebarComments,
#sidebarSubmit {
	resize: none;
	height:70px;
}

/* Map and Driving Directions */

#Map iframe,
#Directions .gadget,
#Directions iframe {
	width: 100%;
	border:0;
}
#Publications table {
	width: 100%;
	border: inherit;
	border-collapse: collapse;
}
#DueDates * {
	background: none;
	font-family: inherit;
	color: inherit;
}
#DueDates table {
	width: 100%;
	border-spacing: 0;
}
#DueDates table,
#DueDates tr,
#DueDates td {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}
.taxratetable {
	font-size: inherit !important;
}
.taxratetable font {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}
#TaxRates table {
	border: none;
	border-collapse: collapse;
}

/* Forms */

#Form table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px auto;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
#Form table td {
	text-align: left;
	padding: 10px 0 0;
	display: block;
	border: none;
	border-collapse: collapse;
}
#Form table td:first-child {
	font-weight: bold;
}
#Form table input,
#Form table textarea {
	font-weight: normal;
}
br.clearfloat {
	display: none;
}
.thumbpad {
	display: block;
	float: left;
	margin-right: 20px;
}
#Newsletter table td[width="220"],
#Newsletter table td[width="20"] {
	display: none;
}
#Newsletter .tip,
#Newsletter .note,
#Newsletter .caution, 
#Newsletter .example {
    background: none !important;
	padding: 10px 20px !important;
    min-height:0 !important;
}
#Form,
#Header,
#Footer {
	display: none;
}
.hubtab {
	padding: 0;
	text-shadow: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: none;
}
hr.headerline.cellcolor {
	display: none;
}
.headerline {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	clear: both;
	border: 0;
	height: 0;
	margin: 0;
	width: 100%;
}
/* Blog */
#Blog .cellcolor.roundcorner {
	float:none !important;
	width:100% !important;
	border-radius: 0;
	border:none !important;
	padding:0 0 50px 0 !important;
}
#Blog .cellcolor li {
	margin:5px 0;
}
#Blog .cellcolor.roundcorner hr {
	margin:0;
}
#Blog .cellcolor.roundcorner div:nth-last-of-type(1),
#Blog #rssIcon {
	float:none !important;
	padding:0 !important;
	width:50% !important;
	bottom:15px !important;
}
#Blog #rssIcon {
	left:0;
}
#Blog .cellcolor.roundcorner div:nth-last-of-type(1) {
	left:50% !important;
}
#Blog .cellcolor.roundcorner div:nth-last-of-type(1) a,
#Blog #rssIcon a {
	display: block;
}
#Blog .cellcolor.roundcorner br {
	display:none;
}
.dark header {
	background: rgba(25, 95, 107, 1) !important;
}
.dark #CP_Buttons a:not(.btn) {
	color: #fff;
}
.bg-black .btn:hover,
.dark header .btn:hover {
	border-color:#fff;
	background:#fff;
	color:#000;
}
.dark #logo h2 {
	color:#fff;
}

/* Start MENU */
